DataSource for Entity Framework in WPF
C1.Data Namespace / ClientView<T> Class / Concat Method

In This Topic
    Concat Method (ClientView<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Concat( _
       ByVal second As IObservableSource(Of T) _
    ) As View(Of T)
    public View<T> Concat( 
       IObservableSource<T> second
    )

    Parameters

    second
    See Also